Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
added 2024/07/30 7:46 a.m.144 views

CVE-2024-42129

CVE-2024-42129 – Linux kernel (mlxreg LED driver) : The vulnerability arose because leds: mlxreg registered LEDs with devm_led_classdev_register(), but led_classdev_unregister() invoked a brightness callback that used a mutex already destroyed during module removal. The fix uses the devm API for ...

5.5CVSS6.7AI score0.00227EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.143 views

CVE-2023-53100

The CVE-2023-53100 entry relates to the Linux kernel ext4 code path. The issue was triggered during inline data handling when adding xattrs to an inode: after ext4_xattr_shift_entries(), i_inline_off can be incorrectly updated (reported as changing to 176), which can cause ext4_update_inline_dir/...

7.8CVSS6.4AI score0.00205EPSS
Save
CVE
CVE
added 2024/04/02 6:08 a.m.143 views

CVE-2024-26657

CVE-2024-26657 relates to a NULL pointer dereference in the Linux kernel’s DRM scheduler code (drm_sched_entity_init). The issue could be triggered by AMDGPU user-space IOCTL flow: user calls AMDGPU_CTX_ALLOC_CTX via amdgpu_ctx_ioctl, then AMDGPU_WAIT_CS without submitting a job, which could lead...

5.5CVSS6.3AI score0.00228EPSS
Save
CVE
CVE
added 2024/04/02 7:01 a.m.143 views

CVE-2024-26676

CVE-2024-26676 concerns the Linux kernel’s af_unix garbage collection. The issue arose when a socketpair self-send creates a self-referential GC candidate cycle that is not untangled due to missing MSG_OOB handling, causing a memory leak. The root cause was exposed after removing io_uring GC dead...

5.5CVSS6.2AI score0.00231EPSS
Save
CVE
CVE
added 2024/04/04 8:20 a.m.143 views

CVE-2024-26790

The CVE-2024-26790 issue affects the Linux kernel, specifically the dmaengine: fsl-qdma path. It describes a vulnerability where 16-byte unaligned read transactions by QDMA on ls1028a-based SoCs can stall the Network On-Chip (NOC) and trigger PCIe controller timeouts, potentially causing a deadlo...

5.5CVSS6.2AI score0.00173EPSS
Save
CVE
CVE
added 2024/04/17 10:27 a.m.143 views

CVE-2024-26888

CVE-2024-26888 : Linux kernel vulnerability in Bluetooth msft path reported as fixed by a memory leak fix. The issue involved a leaking buffer allocated to send MSFT_OP_LE_MONITOR_ADVERTISEMENT. Public docs confirm the fix; CVSS indicates LOCAL attack vector with low to moderate impact (Base 5.5,...

5.5CVSS6.9AI score0.00225EPSS
Save
CVE
CVE
added 2024/05/17 12:24 p.m.143 views

CVE-2024-35791

CVE-2024-35791 affects the Linux kernel KVM: SVM subsystem. It describes a use-after-free in svm_register_enc_region() that is mitigated by flushing converted pages under the kvm lock before releasing the lock, preventing region/pages from being freed by another task. The fix is a patch to perfor...

7.8CVSS6.6AI score0.00238EPSS
Save
CVE
CVE
added 2024/05/19 8:34 a.m.143 views

CVE-2024-35902

The CVE-2024-35902 issue affects the Linux kernel’s RDS path. In net/rds, a null cp can be dereferenced in __rds_rdma_map when cp->cp_conn is accessed, potentially causing a crash. Analysis notes that cp is a parameter that may be NULL at several call sites (e.g., rds_get_mr, rds_get_mr_for_de...

5.5CVSS6.7AI score0.00223EPSS
Save
CVE
CVE
added 2024/06/25 2:22 p.m.143 views

CVE-2024-39301

CVE-2024-39301 affects the Linux kernel’s 9P client code path. The issue arises in p9_client_rpc() where, if p9_check_errors() fails early, req->rc.tag may not be initialized, yet trace_9p_client_res() attempts to print it. The root cause is an uninitialized value in the 9P client RPC path, tr...

5.5CVSS7.4AI score0.0023EPSS
Save
CVE
CVE
added 2024/07/05 6:55 a.m.143 views

CVE-2024-39475

The CVE-2024-39475 issue affects the Linux kernel framebuffer driver (fbdev) for savagefb: a patch prevents divide-by-zero by validating pixclock in savagefb_check_var, and savagefb_probe now handles the error return. The vulnerability arises when pixclock is 0, potentially causing a divide-by-ze...

5.5CVSS7.4AI score0.00229EPSS
Save
CVE
CVE
added 2024/07/05 6:55 a.m.143 views

CVE-2024-39481

CVE-2024-39481 affects the Linux kernel media subsystem (media: mc). The issue arises in media_pipeline_start where the graph walk followed all links, including non-data ones, causing a crash (e.g., MEDIA_LNK_FL_ANCILLARY_LINK). The fix narrows the walk to only MEDIA_LNK_FL_DATA_LINK, eliminating...

7.8CVSS7AI score0.00222EPSS
Save
CVE
CVE
added 2024/07/10 7:18 a.m.143 views

CVE-2024-39493

The CVE CVE-2024-39493 concerns a Linux kernel crypto/qat issue (ADF_DEV_RESET_SYNC memory leak) resolved by changing the caller behavior to cancel_work_sync and then freeing the memory safely. This addresses a potential use-after-free scenario where the caller may not have waited for completion,...

5.5CVSS7.2AI score0.00239EPSS
Save
CVE
CVE
added 2024/07/12 12:20 p.m.143 views

CVE-2024-40900

CVE-2024-40900 affects the Linux kernel cachefiles path: a use-after-free can occur where requests are not removed from cache->reqs during flushing, allowing access to freed REQ objects in a concurrent flush scenario. The described sequence shows a freed req being accessed by cachefiles_ondema...

7.8CVSS6.5AI score0.00286EPSS
Save
CVE
CVE
added 2024/07/29 1:34 p.m.143 views

CVE-2024-41022

CVE-2024-41022: In Linux kernel drm/amdgpu, the signedness bug in sdma_v4_0_process_trap_irq() was fixed. The root cause was an unsigned “instance” variable used in error handling; it needed to be signed for correct control flow. Affected: AMDGPU SDMA v4_0 trap IRQ path. Impact/ Exploitation: The...

7CVSS6.5AI score0.0024EPSS
Save
CVE
CVE
added 2024/07/29 2:31 p.m.143 views

CVE-2024-41036

The CVE-2024-41036 vulnerability involves the ks8851 driver in the Linux kernel. When SMP is enabled, functional spinlocks can cause a deadlock between ks8851_start_xmit_spi and ks8851_irq due to contention on the statelock, leading to a soft lockup (high availability impact). The issue occurs in...

7.5CVSS6.6AI score0.00751EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.143 views

CVE-2024-42148

The CVE-2024-42148 has concrete technical details in connected docs: it concerns the bnx2x driver in the Linux kernel and UBSAN array-index-out-of-bounds warnings. The root cause is an out-of-bounds access on the stats_query_entry query array inside bnx2x_fw_stats_req (drivers/net/ethernet/broadc...

7.8CVSS6.6AI score0.00259EPSS
Save
CVE
CVE
added 2024/07/30 7:47 a.m.143 views

CVE-2024-42161

Technical details about CVE-2024-42161 are not publicly provided in the connected documents. The description mentions a Linux kernel BPF_CORE_READ_BITFIELD uninitialized value fix and a patch to initialize val, but there are no explicit affected products/versions or remediation steps beyond the p...

6.3CVSS6.5AI score0.0022EPSS
Save
CVE
CVE
added 2024/07/30 7:47 a.m.143 views

CVE-2024-42224

CVE-2024-42224 affects the Linux kernel code path for the mv88e6xxx DSA driver. The vulnerability stems from an incorrect check in mv88e6xxx_default_mdio_bus(): after commit enabling multiple MDIO busses, the code used list_first_entry() and assumed a non-NULL result to imply a non-empty chip-&gt...

7CVSS6.6AI score0.00235EPSS
Save
CVE
CVE
added 2024/08/17 9:21 a.m.143 views

CVE-2024-43831

The CVE-2024-43831 vulnerability affects the Linux kernel media/mediatek/vcodec path, specifically the vpu_dec_init function where an invalid decoder VSI could be mishandled. The fix, as documented, ensures the decoder VSI is valid for future use, reducing the risk of exploitation. The issue is c...

5.5CVSS6.5AI score0.00225EPSS
Save
CVE
CVE
added 2024/09/13 5:29 a.m.143 views

CVE-2024-46680

In CVE-2024-46680, the Linux kernel Bluetooth btnxpuart driver can crash when the driver is removed because ps_wakeup() schedules work after module removal. The fix introduces ps_cleanup() to deassert UART break immediately on serdev close, cancel any scheduled work, and destroy the ps_lock mutex...

7.8CVSS5.8AI score0.00247EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.143 views

CVE-2024-46721

CVE-2024-46721 covers a NULL-pointer dereference in the Linux kernel’s AppArmor path when creating profiles. The issue arises in aafs_create.constprop.0 within aa_replace_profiles, where profile->parent->dents[AAFS_PROF_DIR] could be NULL if the parent was created by __create_missing_ancest...

5.5CVSS6AI score0.00233EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.143 views

CVE-2024-46775

CVE-2024-46775 affects the Linux kernel DRM AMD display path (drm/amd/display). Root cause: function return values were not checked before their results were used by subsequent calls. The patch resolves 4 CHECKED_RETURN issues reported by Coverity and fixes the vulnerability by validating return ...

5.5CVSS5.8AI score0.00194EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.143 views

CVE-2024-46784

The CVE-2024-46784 issue affects the Linux kernel net: mana subsystem (mana_create_txq/rxq) where napi_disable() is called during cleanup before napi is enabled and hrtimer is initialized, leading to a kernel panic. The Astra Linux bulletin and related advisories confirm a resolved patch in the L...

5.5CVSS6.1AI score0.00218EPSS
Save
CVE
CVE
added 2024/09/27 12:35 p.m.143 views

CVE-2024-46802

CVE-2024-46802 affects the Linux kernel’s DRM-AMD display path. The vulnerability is a NULL-dereference in drm/amd/display when validating a stream, caused by missing NULL checks for dc or stream. The fixed code adds a NULL check at the start of dc_validate_stream to prevent invalid memory access...

5.5CVSS5.8AI score0.00237EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.143 views

CVE-2024-46834

The CVE-2024-46834 entry concerns a Linux kernel vulnerability in ethtool handling of channel indirection tables. If the driver cannot fetch the indirection table or allocate memory, the core max-channel check can be skipped, which may allow indirection tables to contain out-of-bounds channel IDs...

7.8CVSS5.2AI score0.00217EPSS
Save
CVE
CVE
added 2024/10/21 6:01 p.m.143 views

CVE-2024-49871

CVE-2024-49871 affects the Linux kernel adp5589-keys driver. A NULL pointer dereference can occur because i2c_set_clientdata() is only called at the end of probe, while the code passes the i2c client to i2c_get_clientdata() during early failure of probe. The connected document confirms a resolved...

5.5CVSS5.1AI score0.00236EPSS
Save
CVE
CVE
added 2024/11/08 5:23 a.m.143 views

CVE-2024-50175

CVE-2024-50175 is a Linux kernel CAMSS issue where an incorrect use_count guard in stop_streaming for multiple VCs on the same RDI can cause stop_streaming to leave buffers in an active state and fail to re-start (noted as -EBUSY). The vulnerability was resolved by removing the use_count check, w...

7.8CVSS6.6AI score0.0023EPSS
Save
CVE
CVE
added 2024/11/08 5:54 a.m.143 views

CVE-2024-50198

CVE-2024-50198 affects the Linux kernel IIO driver for the veml6030 (iio: light). The dev pointer passed to in_illuminance_period_available_show incorrectly referenced the embedded IIO device instead of the associated I2C client, causing a NULL indio_dev and a segmentation fault when reading the ...

5.5CVSS6.4AI score0.00207EPSS
Save
CVE
CVE
added 2024/11/19 5:45 p.m.143 views

CVE-2024-53081

Public technical details (affected product/version/root cause/patch) for CVE-2024-53081 are not provided in the connected documents. Monitor for updates when new information becomes available.

5.5CVSS6.8AI score0.00228EPSS
Save
CVE
CVE
added 2024/12/02 1:44 p.m.143 views

CVE-2024-53109

The CVE-2024-53109 issue affects the Linux kernel nommu path: when deleting a vma entry from a maple tree, the code passed a NULL argument to vma_iter_prealloc() incorrectly, leading to crashes when accessing a vma iterator (e.g., acct_collect() reading vma sizes after do_munmap()). A patch fixes...

7.8CVSS6.5AI score0.00244EPSS
Save
CVE
CVE
added 2025/01/06 4:20 p.m.143 views

CVE-2024-56768

CVE-2024-56768 (Linux kernel) : On x86-64, calling bpf_get_smp_processor_id() in builds with CONFIG_SMP disabled can trigger a page fault due to unavailable pcpu_hot. The fix in the patch inline returns 0 for the !CONFIG_SMP path, preventing the fault. References point to the kernel stable histor...

5.5CVSS6.2AI score0.00176EPSS
Save
CVE
CVE
added 2025/01/21 12:01 p.m.143 views

CVE-2024-57933

CVE-2024-57933 (Linux kernel, GVE/XDP/XSK) : The issue arises from races around XSK/XDP queue existence. The patch adds guards to XSK operations and XDP xmit/NDO paths based on queue existence and interface state, preventing crashes when interfaces go down or queues disappear during operation. It...

5.5CVSS6.5AI score0.00207EPSS
Save
CVE
CVE
added 2025/01/21 12:01 p.m.143 views

CVE-2024-57935

The CVE-ID describes a Linux kernel flaw in RDMA/hns: when destroying a QP, an invalid dip_ctx pointer could be accessed if the QP could not be modified to RTR, due to the dip_ctx not being attached. This is a local-attack surface with potential kernel access to cause a denial of service or crash...

5.5CVSS6.9AI score0.00176EPSS
Save
CVE
CVE
added 2025/02/27 2:07 a.m.143 views

CVE-2024-57982

CVE-2024-57982 — Linux kernel xfrm state lookup : A race between lookup and hash table resizing could observe an hmask value too large for the new hashtable, enabling an out-of-bounds read in xfrm_state_lookup_byaddr() during lookup. The fix prefetches net->xfrm.state_hmask and associated poin...

7.8CVSS6.4AI score0.00245EPSS
Save
CVE
CVE
added 2025/03/12 9:41 a.m.143 views

CVE-2024-58088

In CVE-2024-58088, the Linux kernel’s BPF cgroup storage path could deadlock when freeing storage. The issue stemmed from passing NULL to bpf_local_storage_map_free() in cgrp storage, creating a locking window. Affected components include tasks attaching fentry/fexit programs and non-cgroup-attac...

5.5CVSS6.6AI score0.00162EPSS
Save
CVE
CVE
added 2025/02/27 2:07 a.m.143 views

CVE-2025-21724

CVE-2025-21724: In the Linux kernel’s iommufd/iova_bitmap, UBSAN shift-out-of-bounds occurred in iova_bitmap_offset_to_index() when shifting the constant 1 by bitmap->mapped.pgshift (unsigned long). If pgshift > 31, the 32-bit int shift overflowed, causing undefined behavior. The fix promot...

7.8CVSS6.4AI score0.00188EPSS
Save
CVE
CVE
added 2025/04/08 8:18 a.m.143 views

CVE-2025-22015

Technical details for CVE-2025-22015 are not publicly available in the provided documents. Monitor for updates from vendors and security advisories.

7.8CVSS7.1AI score0.00212EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.143 views

CVE-2025-22102

CVE-2025-22102 affects the Linux kernel Bluetooth btnxpuart driver. The issue causes a kernel panic during FW release when WLAN/BT firmware downloads occur in parallel and the hardware delivers only one bootloader signature; the driver enters FW download mode but, after a 60-second timeout, a rel...

7.8CVSS6.3AI score0.00212EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.143 views

CVE-2025-22106

CVE-2025-22106 affects the Linux kernel vmxnet3 driver. The root cause was that vmxnet3 did not unregister xdp_rxq_info in vmxnet3_reset_work(), because vmxnet3_rq_destroy() was not invoked in that path. The fix moves the unregister code from vmxnet3_rq_destroy() to vmxnet3_rq_cleanup(), preventi...

5.5CVSS6.7AI score0.00203EPSS
Save
CVE
CVE
added 2025/05/20 4:01 p.m.143 views

CVE-2025-37958

CVE-2025-37958 affects the Linux kernel THP path. The issue arises when migrating a THP: concurrent access to the PMD migration entry during a deferred split scan could dereference an invalid address. The fix adds a check of the PMD migration entry and returns early, since the PMD migration entry...

5.5CVSS6.3AI score0.00206EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.143 views

CVE-2025-38180

Summary: CVE-2025-38180 affects the Linux kernel’s ATM /proc net handling (lec). The root cause is unsafe dev_lec[] changes paired with missing dev_hold() before dev_put(), causing an imbalance and use-after-free (UAF). The issue is tied to the net/atm/lec handling code and has been addressed by ...

7.8CVSS6.6AI score0.00181EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.143 views

CVE-2025-38234

CVE-2025-38234 affects the Linux kernel scheduler, specifically a race in sched/rt: push_rt_task that can mishandle task migration when waking up and queuing on another CPU’s runqueue. The root cause involves find_lock_lowest_rq taking double locks and potential lock drop/reacquisition, creating ...

7.8CVSS6.5AI score0.00147EPSS
Save
CVE
CVE
added 2025/07/25 1:32 p.m.143 views

CVE-2025-38415

CVE-2025-38415 is a Linux kernel vulnerability affecting Squashfs where sb_min_blocksize(sb, SQUASHFS_DEVBLK_SIZE) can return 0, causing msblk->devblksize to be 0 and leading to an out-of-bounds shift (64) in msblk->devblksize_log2. The issue stems from not handling a 0 return from sb_min_b...

7.8CVSS6.5AI score0.00185EPSS
SaveWeb
CVE
CVE
added 2026/05/27 12:59 p.m.143 views

CVE-2026-46099

The CVE-2026-46099 entry describes a use-after-free race in Linux kernel IPv6 handling for seg6 and rpl lightweight tunnels. A NOREF destination cached during ip6_route_input() can be freed by a concurrent FIB lookup on a shared nexthop under PREEMPT_RT, leading to a WARN or potential instability...

8.1CVSS5.8AI score0.00288EPSS
Save
CVE
CVE
added 2009/02/22 10:00 p.m.142 views

CVE-2009-0675

CVE-2009-0675 affects the Linux kernel up to version 2.6.28.6, where the skfp_ioctl function in drivers/net/skfp/skfddi.c incorrectly allows SKFP_CLR_STATS requests when CAP_NET_ADMIN is absent rather than present, enabling local users to reset driver statistics (inverted logic). The vulnerabilit...

2.1CVSS4.8AI score0.00401EPSS
Save
CVE
CVE
added 2010/12/30 6:00 p.m.142 views

CVE-2010-3848

CVE-2010-3848 is a Linux kernel vulnerability: a stack-based buffer overflow in econet_sendmsg (net/econet/af_econet.c) when Econet is configured, caused by handling a large number of iovec structures. This allows local privilege escalation. The flaw affects Linux kernels before 2.6.36.2 and is a...

6.9CVSS6.3AI score0.00703EPSS
Save
CVE
CVE
added 2011/06/24 8:00 p.m.142 views

CVE-2011-2484

CVE-2011-2484 affects the Linux kernel, specifically code paths in kernel/taskstats.c. In kernels 2.6.39.1 and earlier, add_del_listener does not prevent multiple registrations of exit handlers, enabling a local attacker to cause denial of service through memory/CPU exhaustion and potentially byp...

4.9CVSS5.7AI score0.00388EPSS
Save
CVE
CVE
added 2014/02/15 11:00 a.m.142 views

CVE-2012-6638

CVE-2012-6638 (Linux kernel) affects the tcp_rcv_state_process in net/ipv4/tcp_input.c and can cause a DoS due to a flood of SYN+FIN packets. The vulnerability exists in kernels before 3.2.24 and is fixed in the 3.2.24 update (per ChangeLog-3.2.24). Exploitation is described as remote and results...

7.8CVSS8.3AI score0.03336EPSS
Save
CVE
CVE
added 2013/02/28 7:00 p.m.142 views

CVE-2013-1774

CVE-2013-1774 affects the Linux kernel (drivers/usb/serial/io_ti.c) prior to 3.7.4. The chase_port function allows local users to trigger a NULL pointer dereference and system crash by performing a read or write on a disconnected Edgeport USB serial converter, resulting in a denial of service. Th...

4CVSS5.8AI score0.00388EPSS
SaveWeb
CVE
CVE
added 2013/07/28 6:00 p.m.142 views

CVE-2013-4162

CVE-2013-4162 : In the Linux kernel (IPv6 UDP implementation), the function udp_v6_push_pending_frames in net/ipv6/udp.c calls an incorrect function for pending data. This yields a local denial of service (BUG and system crash) when a crafted application uses UDP_CORK via setsockopt. Affected ver...

4.7CVSS5.5AI score0.00404EPSS
Save
Total number of security vulnerabilities14999